Skip to content

[WIP] Add configuration to disable Wrangler output in comment#779

Draft
Claude wants to merge 4 commits into
mainfrom
claude/configuration-disable-wrangler-output
Draft

[WIP] Add configuration to disable Wrangler output in comment#779
Claude wants to merge 4 commits into
mainfrom
claude/configuration-disable-wrangler-output

Conversation

@Claude
Copy link
Copy Markdown
Contributor

@Claude Claude AI commented Jun 4, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>Configuration to turn off Wrangler output in comment</issue_title>
<issue_description>Add a configuration that allows you to disable the Wrangle CLI output in a comment

Image</issue_description>

Comments on the Issue (you are @claude[agent] in this section)

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 4, 2026

⚠️ No Changeset found

Latest commit: 656c0e1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Claude Claude AI linked an issue Jun 4, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/andykenward/github-actions-cloudflare-pages/sessions/f1038bad-2b83-4bcb-bca5-2db7885806a1

Co-authored-by: andykenward <4893048+andykenward@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: cloudflare-pages-action
Built with commit: 7fbad70
Preview URL: https://a975ce70.cloudflare-pages-action-a5z.pages.dev
Branch Preview URL: https://claude-configuration-disable.cloudflare-pages-action-a5z.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (3/3)
✨ Success! Uploaded 0 files (3 already uploaded) (0.73 sec)

✨ Uploading _headers
✨ Uploading Functions bundle
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://a975ce70.cloudflare-pages-action-a5z.pages.dev
✨ Deployment alias URL: https://claude-configuration-disable.cloudflare-pages-action-a5z.pages.dev

Add optional input to disable Wrangler CLI output in GitHub PR comments.
Users can now set comment-disable-wrangler-output: true to hide the
Wrangler output section from deployment comments while keeping the
deployment URL and other metadata.

- Add comment-disable-wrangler-output input to action.yml
- Add INPUT_KEY_COMMENT_DISABLE_WRANGLER_OUTPUT constant
- Update useCommonInputs to parse boolean input
- Modify addComment to conditionally include Wrangler output
- Add tests for new input behavior
- Update README.md with new input documentation
- Add getBooleanInput mock for tests
- Set default value in vitest.setup.ts

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Agent-Logs-Url: https://github.com/andykenward/github-actions-cloudflare-pages/sessions/f1038bad-2b83-4bcb-bca5-2db7885806a1

Co-authored-by: andykenward <4893048+andykenward@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: cloudflare-pages-action
Built with commit: 9ea2a50
Preview URL: https://d7caea0e.cloudflare-pages-action-a5z.pages.dev
Branch Preview URL: https://claude-configuration-disable.cloudflare-pages-action-a5z.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (3/3)
✨ Success! Uploaded 0 files (3 already uploaded) (0.43 sec)

✨ Uploading _headers
✨ Uploading Functions bundle
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://d7caea0e.cloudflare-pages-action-a5z.pages.dev
✨ Deployment alias URL: https://claude-configuration-disable.cloudflare-pages-action-a5z.pages.dev

Comment thread pnpm-workspace.yaml
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claude[agent] revert this change to pnpm-workspace.yaml

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted in commit 656c0e1. The file now has its original configuration with allowBuilds set to false and minimumReleaseAge preserved.

Revert unintended change to pnpm-workspace.yaml that was made during
initial setup. The file should maintain its original configuration with
allowBuilds set to false and minimumReleaseAge preserved.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Agent-Logs-Url: https://github.com/andykenward/github-actions-cloudflare-pages/sessions/e28dcb23-3378-4a11-8745-ccd30778e8d6

Co-authored-by: andykenward <4893048+andykenward@users.noreply.github.com>
@Claude Claude AI requested a review from andykenward June 4, 2026 17:56
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: cloudflare-pages-action
Built with commit: 63df95d
Preview URL: https://8348ccd0.cloudflare-pages-action-a5z.pages.dev
Branch Preview URL: https://claude-configuration-disable.cloudflare-pages-action-a5z.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (3/3)
✨ Success! Uploaded 0 files (3 already uploaded) (0.39 sec)

✨ Uploading _headers
✨ Uploading Functions bundle
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://8348ccd0.cloudflare-pages-action-a5z.pages.dev
✨ Deployment alias URL: https://claude-configuration-disable.cloudflare-pages-action-a5z.pages.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configuration to turn off Wrangler output in comment

2 participants